home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / monkey_t.swf / scripts / DefineSprite_161 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  116 b   |  10 lines

  1. function display(frame)
  2. {
  3.    gotoAndPlay(frame);
  4. }
  5. function remove()
  6. {
  7.    gotoAndStop("stop");
  8. }
  9. remove();
  10.